func os.newRawConn

2 uses

	os (current package)
		file.go#L603: 	return newRawConn(f)
		rawconn.go#L45: func newRawConn(file *File) (*rawConn, error) {